home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
tools
/
dfÜ
/
bbs
/
tronbbs
/
tron
/
menus
/
bulletin.src
< prev
next >
Wrap
Text File
|
1996-07-16
|
963b
|
72 lines
Menu "bulletin.menu"
flags hotkeyable
level 0 - 255 , "Bulletin.Ansi"
prompt 0 , 0 - 255 , "|Bulletin Menu : "
prompt 1 , 0 - 255 , "|Bulletin Menu : "
BEGIN ; Start the command definitions
Cmd "G" , 0-255
GotoMenu "Logout.Menu"
EndCmd
Cmd "F" , 0-255
GotoMenu "File.Menu" ;Spring naar een ander menu
EndCmd
Cmd "M" , 0-255
GotoMenu "Mail.Menu" ;Spring naar een ander menu
EndCmd
Cmd "D" , 0-255
GotoMenu "Door.Menu"
EndCmd
Cmd "E" , 0-255
GotoMenu "UserEdit.Menu" ;Spring naar een ander menu
EndCmd
Cmd "Q" , 0-255
GotoMenu "Main.Menu"
EndCmd
Cmd "L" , 0-255
PrintFile "tron:text/login2.ansi"
More
EndCmd
Cmd "T" , 0 - 255
; DosCommand "tron:utils/topdl >ram:top"
PrintFile "tron:text/topdl.ansi"
More
EndCmd
Cmd "O" , 0-255
CliDoor "tron:utils/topDL"
More
EndCmd
Cmd "P" , 0-255
PageSysop
EndCmd
Cmd "C" , 0-255
CommentToSysop
EndCmd
END